In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer / AddLineArrowAnnotInteractive_2 Method

AddLineArrowAnnotInteractive_2 Method (GdViewer)

In This Topic
Syntax
'Declaration

 

Public Sub AddLineArrowAnnotInteractive_2( _

   ByVal BorderColor As Integer, _

   ByVal BorderWidth As Single, _

   ByVal ArrowWidth As Single, _

   ByVal ArrowHeight As Single, _

   ByVal ArrowFilled As Boolean, _

   ByVal Opacity As Single, _

   ByVal Reversed As Boolean _

) 
public void AddLineArrowAnnotInteractive_2( 

   int BorderColor,

   float BorderWidth,

   float ArrowWidth,

   float ArrowHeight,

   bool ArrowFilled,

   float Opacity,

   bool Reversed

)
public procedure AddLineArrowAnnotInteractive_2( 

    BorderColor: Integer;

    BorderWidth: Single;

    ArrowWidth: Single;

    ArrowHeight: Single;

    ArrowFilled: Boolean;

    Opacity: Single;

    Reversed: Boolean

); 
public function AddLineArrowAnnotInteractive_2( 

   BorderColor : int,

   BorderWidth : float,

   ArrowWidth : float,

   ArrowHeight : float,

   ArrowFilled : boolean,

   Opacity : float,

   Reversed : boolean

);
public: void AddLineArrowAnnotInteractive_2( 

   int BorderColor,

   float BorderWidth,

   float ArrowWidth,

   float ArrowHeight,

   bool ArrowFilled,

   float Opacity,

   bool Reversed

) 
public:

void AddLineArrowAnnotInteractive_2( 

   int BorderColor,

   float BorderWidth,

   float ArrowWidth,

   float ArrowHeight,

   bool ArrowFilled,

   float Opacity,

   bool Reversed

) 

Parameters

BorderColor
BorderWidth
ArrowWidth
ArrowHeight
ArrowFilled
Opacity
Reversed
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer
GdViewer Members